projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c82f6
)
ci: still need before_script for docs
author
Felix Krull
<f_krull@gmx.de>
Tue, 27 Aug 2019 23:05:26 +0000
(
01:05
+0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 3e193188f7ca8769785f2478f8b1ad0f53700307..0d2d0c453fd7bdf98a5022341b1ca01ff18a5c87 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-55,7
+55,7
@@
ostree_default-features:
# docs
docs:
stage: build
- image: rustlang/rust:nightly
+ image: rustlang/rust:nightly
-buster
variables:
RUSTDOC_OPTS: >-
-Z unstable-options
@@
-64,7
+64,6
@@
docs:
--extern-html-root-url gio_sys=https://gtk-rs.org/docs
--extern-html-root-url glib=https://gtk-rs.org/docs
--extern-html-root-url gio=https://gtk-rs.org/docs
- before_script: []
script:
- make merge-lgpl-docs
- cargo rustdoc --verbose --package ostree-sys --features dox -- ${RUSTDOC_OPTS}